getPlaylist

open fun getPlaylist(): Playlist

Gets the associated with this control, if any.

If this control is responsible for rendering content from a playlist (e.g., a media player zone), this method returns that playlist.

Return

The Playlist associated with this module, obtained from the playlist property. Returns null if the module is null. (WeatherView typically shows dynamic content, so a playlist might be less relevant).